NextTracker indexSee it online !

(1/14) 973 - JavaInsight 1.1 Release

{{{ JavaInsight 1.1
Source: Source code is in SVN with the tag javainsight-1_1 (no SVN release numbers, please)
Announcement: We are pleased to announce the release of a new version of the JavaInsight Plugin.

The main feature is the integration of the Procyon Decompiler, which will decompile Java classes from version 6 onwards.
Requires Java 1.7
Requires jEdit 04.03.09.00
Optional plugins:
ArchivePlugin 0.2 (archive.ArchivePlugin)

Short Description: Adds an action to the file system browser that lets you decompile selected Java classes using the Jode decompiler

Long Description: <html>
The JavaInsight plugin adds an action to the file system browser that lets
you decompile selected Java classes this can be done either using the Jode or the Procyon decompiler.
<p/>
Of the 2 decompilers Procyon is the more up to date, with a better handling of features introduced from Java 5 onwards.
<p/>
Furthermore it adds some actions to view selected classes in disassembled
form, either BCEL or Jasmin output.
</html>

}}}

Submitted grepppo - 2015-07-07 21:26:18.008000 Assigned elberry
Priority 5 Labels
Status pending Group None
Resolution None

Comments

2015-07-14 19:51:33.600000
elberry

- **status**: open --> pending
- **assigned_to**: Townsfolk

2015-07-14 19:51:33.857000
elberry

Hi Tim, I can't build this plugin. It looks like it requires the BCEL jars, but they are not included in the lib directory or the Archive plugin which this plugin depends on. Is there another plugin that's required by this plugin? If not, please include the required dependencies in the lib directory.

2015-07-15 12:04:21.543000
grepppo

Fixed the problem an re-tagged, there was a typo on the props file that meant a plugin dependency was ignored by the announcement macro.

{{{ JavaInsight 1.1
Source: Source code is in SVN with the tag javainsight-1_1
Announcement: We are pleased to announce the release of a new version of the JavaInsight Plugin. The main feature is the integration of the Procyon Decompiler, which will decompile Java classes from version 6 onwards.
Requires Java 1.7
Requires jEdit 04.03.09.00
Required plugins:
Jakarta Commons 0.2 (jakartacommons.JakartaCommonsPlugin)
Optional plugins:
ArchivePlugin 0.2 (archive.ArchivePlugin)

Short Description: Adds an action to the file system browser that lets you decompile selected Java classes using the Jode decompiler

Long Description: <html>
The JavaInsight plugin adds an action to the file system browser that lets
you decompile selected Java classes this can be done either using the Jode or the Procyon decompiler.
<p/>
Of the 2 decompilers Procyon is the more up to date, with a better handling of features introduced from Java 5 onwards.
<p/>
Furthermore it adds some actions to view selected classes in disassembled
form, either BCEL or Jasmin output.
</html>

}}}

2015-08-03 21:09:27.791000
grepppo

Hi, I think this is fixed now, can you give the release another go please

2015-08-04 06:24:35.377000
elberry

Sorry, the last time I tried SF was down, then partially down. I plan on getting back to these in a few days - should be before the weekend.

2015-08-10 04:48:46.047000
elberry

I'm still getting compilation errors. For some reason I can't get it to pick up the bcel jar installed by jakarta-commons plugin (bcel-5.2). I don't have time to look at it right now, but I will try to get to it asap.

2015-08-10 21:43:26.617000
grepppo

Sure np, let me know if you need anything from me

On 10/08/15 05:48, Townsfolk wrote:
>
> I'm still getting compilation errors. For some reason I can't get it
> to pick up the bcel jar installed by jakarta-commons plugin
> (bcel-5.2). I don't have time to look at it right now, but I will try
> to get to it asap.
>
> ------------------------------------------------------------------------
>
> *[plugin-central-submission:#973]
> <http://sourceforge.net/p/jedit/plugin-central-submission/973/>
> JavaInsight 1.1 Release*
>
> *Status:* pending
> *Group:* None
> *Created:* Tue Jul 07, 2015 09:26 PM UTC by Tim Blackler
> *Last Updated:* Tue Aug 04, 2015 06:24 AM UTC
> *Owner:* Townsfolk
>
> {{{ JavaInsight 1.1
> Source: Source code is in SVN with the tag javainsight-1_1 (no SVN
> release numbers, please)
> Announcement: We are pleased to announce the release of a new version
> of the JavaInsight Plugin.
>
> The main feature is the integration of the Procyon Decompiler, which will decompile Java classes from version 6 onwards.
> Requires Java 1.7
> Requires jEdit 04.03.09.00
> Optional plugins:
> ArchivePlugin 0.2 (archive.ArchivePlugin)
>
> Short Description: Adds an action to the file system browser that lets you decompile selected Java classes using the Jode decompiler
>
> Long Description: <html>
>
> The JavaInsight plugin adds an action to the file system browser that lets
> you decompile selected Java classes this can be done either using the
> Jode or the Procyon decompiler.
>
>
> Of the 2 decompilers Procyon is the more up to date, with a better
> handling of features introduced from Java 5 onwards.
>
>
> Furthermore it adds some actions to view selected classes in disassembled
> form, either BCEL or Jasmin output.
> </html>
>
> }}}
>
> ------------------------------------------------------------------------
>
> Sent from sourceforge.net because jedit-devel@lists.sourceforge.net is
> subscribed to https://sourceforge.net/p/jedit/plugin-central-submission/
>
> To unsubscribe from further messages, a project admin can change
> settings at
> https://sourceforge.net/p/jedit/admin/plugin-central-submission/options.
> Or, if this is a mailing list, you can unsubscribe from the mailing list.
>
>
>
> ------------------------------------------------------------------------------
>
>

alternate (3.7Kio)

2015-09-13 19:35:12.475000
grepppo

Hi, has there been any progress with this ?